Determines whether the collection contains a specific item.
'Declaration
Public Function Contains( _
ByVal As _
) As System.Boolean
public System.bool Contains(
)
Parameters
- item
- The item to check.
Return Value
True if the collection contains specified item; false otherwise.